/**
 * Build: 2017-10-15 22:02
 * Update:
 */

/* reset //////////////////////////////////////////// */

::-webkit-input-placeholder {
    color: #b6b6b6
}

:focus {
    outline: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
    font-weight: 400
}

button, input, select, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    border: none;
    background-color: transparent
}

fieldset, img {
    border: 0
}

legend {
    color: #000
}

img {
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ff7e00;
    text-decoration: underline;
}

a:visited {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

/* public //////////////////////////////////////////// */

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 320px;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
}

.container {
    position: relative;
    min-width: 320px;
}

.gray-light {
    color: #9b9b9b;
}

.gray-base {
    color: #666;
}

.gray-dark {
    color: #333;
}

.black {
    color: #000;
}

.red {
    color: #ff7e00;
}

.bg-col-00 {
    background: #f2f2f2;
}

.bg-col-01 {
    background: #f2f2f2 url("../images/bg_col_1.png")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_col_1.png*/ no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-col-02 {
    background: #1e1e1e url("../images/bg_col_2.jpg")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_col_2.jpg*/ no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-col-03 {
    background-image: linear-gradient(180deg, #fff, #c4c4c4);
}

.bg-col-04 {
    background: #9b9b9b;
}

.bg-col-05 {
    background: #353738
}

/* ui-flex */
.ui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.ui-flex > .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    display: block;
    max-width: 100%;
    width: 0;
}

.ui-flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ui-flex.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ui-flex.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.ui-flex.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

/* toolbar */
.tt-toolbar {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1050;
}

.tt-toolbar-item {
    position: relative;
    width: 35px;
    height: 35px;
    margin-bottom: 1px;
    background-color: #333;
    cursor: pointer;
}

.tt-toolbar-item em {
    position: absolute;
    top: 0;
    left: 35px;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    font-style: normal;
    /*transition: left .3s ease-in-out .1s;*/
    background-color: #ff7e00;
}

.tt-toolbar-item i {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 2;
    background: #333 url("../images/icon-toolbar.png")/*tpa=http://www.trout.com.cn/template/trout/skin/images/icon-toolbar.png*/ no-repeat -1000px 0;
}

.tt-toolbar-item.tt-toolbar-wechat img {
    display: none;
    position: absolute;
    left: -130px;
    bottom: 0;
}

.tt-toolbar-item.tt-toolbar-wechat:hover img {
    display: block;
    transition: ease-in-out .4s;
}

.tt-toolbar-item.tt-toolbar-top i {
    background-position: 0 0;
}

.tt-toolbar-item.tt-toolbar-feedback i {
    background-position: 0 -35px;
}

.tt-toolbar-item.tt-toolbar-wechat i {
    background-position: 0 -70px;
}

.tt-toolbar-item:hover i,
.tt-toolbar-item:hover em {
    background-color: #ff7e00;
}

.tt-toolbar-item:hover em {
    left: -40px;
}

.tt-toolbar-item a {
    color: #fff;
}

.tt-toolbar-item a:hover {
    color: #fff;
    text-decoration: none;
}

/* header //////////////////////////////////////////// */

.smallscreen {
    display: none;
    visibility: hidden;
}
.bigscreen {
	display: block;
    visibility: inherit;
}

@media screen and (max-width: 768px) {
    .smallscreen {
        display: block;
        visibility: inherit;
    }
	.bigscreen {
	display: none;
    visibility: hidden;
}
}

/* header //////////////////////////////////////////// */

.main-header {
    position: relative;
    background-color: #fff;
    z-index: 200;
}

.main-nav {
    position: relative;
    border-top: 1px solid #363839;
    background-color: #252727;
    z-index: 1000;
}

.main-header-logo {
    padding: 19px 0 19px 28px;
}

.main-header-logo img {
    height: 58px;
}

.main-header-logo-mobile {
    padding: 10px 0 8px 10px;
}

.main-header-logo-mobile img {
    height: 40px;
}

.main-header-title {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 96px;
    font-weight: 700;
}

.main-header-extra {
    padding: 0 10px;
}

@media screen and (max-width: 350px) {
    .main-header-extra {
        padding: 0 5px;
    }
}

/* mobile toggle */
.mobile-toggle span {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 100px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.mobile-toggle span a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-toggle span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile-toggle span.active {
    background-color: #ff7e00;
}

/* mobile search */
.mobile-search {
    display: none;
    position: fixed;
    top: 100px;
    width: 100%;
    border-top: 1px solid #ff7e00;
    background-color: #000;
    z-index: 1000;
}

.open-search .mobile-search {
    display: block;
}

.mobile-search-panel {
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.mobile-search-panel form {
    margin: 0 auto;
}

.mobile-search-panel input {
    border: none;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #252727;
}

.mobile-search-panel button {
    padding: 5px 15px 3px 15px;
}

/* mobile navbar */
.mobile-navbar {
    display: none;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 101;
}

.open .mobile-navbar {
    display: block;
}

.mobile-navbar-menu {
    padding: 10px;
    margin-bottom: 0;
    background-color: #000;
    font-size: 18px;
}

.mobile-navbar-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-navbar-menu > li:last-child {
    border-bottom: none;
}

.mobile-navbar-menu > li ul {
    display: none;
    padding: 0 10px;
    font-size: 16px;
    background-color: #232323;
}

.mobile-navbar-menu > li ul a {
    padding-left: 40px;
}

.mobile-navbar-menu > li ul ul {
    display: none;
    padding: 0 10px;
    margin: 0 -10px;
    font-size: 12px;
    background-color: #1b1b1b;
}

.mobile-navbar-menu li.active > ul {
    display: block;
}

.mobile-navbar-menu > li ul ul a {
    padding-left: 60px;
}

.mobile-navbar-menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
}

.mobile-navbar-menu a {
    text-decoration: none;
}

/* navbar */
.navbar-menu {
    margin-bottom: 0;
}

.navbar-menu a {
    color: #fff;
}

.navbar-menu > li {
    position: relative;
    float: left;
    height: 48px;
}

.navbar-menu > li > a {
    position: relative;
    display: block;
    padding: 0 41px 0 40px;
    line-height: 48px;
    font-size: 18px;
    cursor: pointer;
}

.navbar-menu > li > a:hover {
    text-decoration: none;
}

.navbar-menu > li > a:before {
    content: '';
    display: none;
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 15px;
    height: 3px;
    background-color: #ff7e00;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.navbar-menu > li > a:hover:before,
.navbar-menu > li.active > a:before {
    display: block;
}

.navbar-menu > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #fff;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.navbar-menu > li:last-child > a:after {
    width: 0;
}

/* navbar sub */
.navbar-menu-subnav {
    display: none;
    padding: 0 15px;
    background-color: #252727;
}

.active > .navbar-menu-subnav {
    display: block;
}

.navbar-menu-subnav > li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.navbar-menu-subnav > li:first-child {
    border-top: none;
}

.navbar-menu-subnav > li > a {
    display: block;
    margin: 0 -15px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 400ms;
}

.navbar-menu-subnav > li > a:hover,
.navbar-menu-subnav > li.active > a {
    background-color: #000;
    text-decoration: none;
    text-indent: 5px;
}

/* navbar sub sub */
.navbar-menu-subnav-subnav {
    display: none;
    position: absolute;
    top: 0;
    right: -195px;
    width: 180px;
    padding: 0 15px;
    background-color: #000;
}

.active > .navbar-menu-subnav-subnav {
    display: block;
}

.navbar-menu-subnav-subnav > li {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.navbar-menu-subnav-subnav > li:first-child {
    border-top: none;
}

.navbar-menu-subnav-subnav > li > a {
    display: block;
    margin: 0 -15px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.navbar-menu-subnav-subnav > li > a:hover {
    background-color: #000;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .header-sticky {
        padding-top: 100px;
    }

    .header-sticky > .main-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #eee;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
}

@media screen and (max-width: 992px) {
    .header-sticky {
        padding-top: 60px;
    }

    .main-header-title {
        padding: 0 5px;
        font-size: 16px;
        line-height: 60px;
    }

    .mobile-toggle span {
        width: 44px;
        height: 60px;
    }

    .mobile-toggle span img {
        width: 20px;
    }

    .mobile-navbar {
        top: 60px;
    }

    .mobile-search {
        top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .main-header-title {
        display: none;
    }
}

/* breadcrumbs //////////////////////////////////////////// */
.breadcrumbs {
    background: url("../images/bg_breadcrumbs.png")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_breadcrumbs.png*/ no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.breadcrumbs-wrap {
    position: relative;
    min-height: 110px;
}

.breadcrumbs-bd {
    position: absolute;
    top: 50%;
    left: 0;
    color: #d8d8d8;
    font-size: 14px;
    padding: 10px;
    transform: translateY(-50%);
}

.breadcrumbs-bd p {
    margin-bottom: 20px;
}

.breadcrumbs-bd a {
    color: #d8d8d8;
}

.breadcrumbs-bd a:hover {
    color: #ff7e00;
}

.search-link {
    margin-bottom: 0;
}

.search-link > li {
    padding: 0 20px;
}

.search-link > li:last-child {
    padding-right: 0;
}

.search-link > li > a {
    position: relative;
    display: block;
    line-height: 96px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.search-link > li > a:hover {
    text-decoration: none;
}

.search-panel {
    padding-top: 32px;
    color: #fff;
    font-size: 14px;
}

.search-panel input {
    width: 200px;
    height: 31px;
    border: none;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #eee;
    transition: 400ms;
    color: #333;
}

.search-panel input:focus {
    width: 220px;
}

.search-panel button {
    position: relative;
    width: 38px;
    height: 31px;
    background: #eee url("../images/icon-search-pc.png")/*tpa=http://www.trout.com.cn/template/trout/skin/images/icon-search-pc.png*/ no-repeat center center;
    text-indent: -300%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumbs-hd {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 10px;
    text-align: right;
    transform: translateY(-45%);
}

.breadcrumbs-hd h2 {
    font-size: 34px;
    color: #ff7e00;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}

.breadcrumbs-hd p {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

/* content //////////////////////////////////////////// */
.content {

}

.content-wrap {
    padding: 10px 20px 30px;
}

.content-special-wrap {
    padding: 10px;
}

/* common-mod */
.common-mod {

}

.common-mod .hd {
    padding: 20px 0;
    border-bottom: 3px solid #d8d8d8;
}

.common-mod .hd h2 {
    margin: 0;
    font-size: 30px;
}

.common-mod .hd span {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: .6em;
    color: #9b9b9b;
}

.common-mod .hd a {
    font-size: 16px;
    line-height: 33px;
}

.common-mod .bd {
    position: relative;
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .common-mod .bd {
        padding: 10px 0;
    }

    .common-mod .hd h2 {
        font-size: 20px;
    }

    .common-mod .bd li {
        font-size: 0;
    }

    .common-mod .bd li p {
        margin: 0;
    }
}

/* home //////////////////////////////////////////// */
.home-bg-00 {
    background: url("../images/nr5.jpg") no-repeat center;
}

.home-bg-01 {
    background: #363839 url("../images/bg_home_01.png")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_home_01.png*/ no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.home-bg-02 {
    background: #363839 url("../images/contact-bg.jpg")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_home_02.png*/ no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-title {
    padding: 20px 0;
    text-align: center;
}

.section-title h2 {
    margin: 0;
    font-size: 40px;
    color: #ff7e00;
}

.section-title p {
    display: inline-block;
    border-top: 1px solid #e2e2e2;
    padding-top: 5px;
    margin: 10px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
}

/* news */
.home-news .content-wrap {
    padding: 10px 10px 50px;
}

.home-news a.btn-red {
    background-color: #000;
    color: #fff;
}

.news-panel {
    margin-bottom: 40px;
}

.news-panel a:hover {
    text-decoration: none;
}

.news-panel-focus {
    position: relative;
    top: 0;
    transition: 400ms;
    background-color: #fff;
}

.news-panel-focus:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    top: -5px;
}

.news-panel-focus-img {
    overflow: hidden;
}

.news-panel-focus-img img {
    transition: 400ms;
}

.news-list .list-unstyled li:hover .news-panel-focus-img img,
.news-panel-focus:hover .news-panel-focus-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-panel-focus-text {
    padding: 10px;
    color: #1e1e1e;
}

.news-panel-focus-text .title {
    font-size: 18px;
    margin: 0;
}

.news-panel-focus-text .date {
    padding: 10px 0 5px;
    font-size: 14px;
    margin-bottom: 0;
}

.news-panel-focus-text .description {
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}

.news-panel-list li {
    position: relative;
    top: 0;
    transition: 400ms;
    margin-bottom: 15px;
    background-color: #fff;
}

.news-panel-list li:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    top: -5px;
}

.news-panel-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.news-panel-list-img {
    width: 72px;
    height: 72px;
    background-color: #363839;
    color: #fff;
    text-align: center;
    transition: 400ms;
}

.news-panel-list li:hover .news-panel-list-img {
    background-color: #ff7e00;
}

.news-panel-list-img p {
    margin-bottom: 0;
}

.news-panel-list-img p:first-child {
    padding-top: 10px;
    font-size: 20px;
}

.news-panel-list-text h2 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0;
}

.news-panel-list-text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

@media screen and (max-width: 768px) {

    .news-panel-focus-text .description {
        font-size: 17px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .section-title p {
        font-size: 12px;
    }

    .news-panel {
        margin-bottom: 20px;
    }

    .news-panel .col-xs-5 {
        margin-bottom: 10px;
    }

    .news-panel .col-xs-5,
    .news-panel .col-xs-7 {
        float: none;
        width: 100%;
        padding: 0;
    }

    .news-panel-list li {
        margin-bottom: 10px;
    }

    .news-panel-focus img {
        height: auto !important;
    }

    .news-panel-focus-text .title {
        font-size: 20px;
    }

    .news-panel-list-text h2 {
        font-size: 17px;
    }

    .news-panel-list-text p {
        font-size: 15px;
    }
}

/* banner */
.home-banner .swiper-pagination-bullets {
    bottom: 20px;
}

.home-banner {
    text-align: center;
}

.home-banner .content-wrap {
    padding: 10px;
}

.home-banner .swiper-slide {
    background-color: #363839;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.home-banner .inner {
    position: relative;
    min-height: 600px;
}

.home-banner-slider1 {
    color: #e3e3e3;
}

.home-banner-slider1 .e1 {
    padding-top: 100px;
    font-size: 36px;
}

.home-banner-slider1 .e2 {
    font-size: 38px;
    color: #f2f2f2;
}

.home-banner-slider1 .e3 {
    font-size: 26px;
}

.home-banner-slider1 .e4 {
    font-size: 20px;
    padding: 0 20%;
}

.home-banner-slider1 .e5 {
    padding-top: 20px;
}

.home-banner-slider2 {
    color: #9b9b9b;
}

.home-banner-slider2 .e1 {
    padding-top: 100px;
    font-size: 36px;
}

.home-banner-slider2 .e2 {
    font-size: 60px;
    color: #f2f2f2;
}

.home-banner-slider2 .e3 {
    font-size: 32px;
}

.home-banner-slider2 .e4 {
    font-size: 20px;
    padding: 0 20%;
}

.home-banner-slider2 .e5 {
    padding-top: 20px;
}

.home-banner-slider3 {
    color: #aaaaaa;
}

.home-banner-slider3 .e1 {
    padding-top: 100px;
    font-size: 36px;
}

.home-banner-slider3 .e2 {
    font-size: 60px;
    color: #f2f2f2;
}

.home-banner-slider3 .e3 {
    font-size: 32px;
}

.home-banner-slider3 .e4 {
    font-size: 20px;
    padding: 0 20%;
}

.home-banner-slider3 .e5 {
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .home-banner .inner {
        min-height: 400px;
    }

    .home-banner-slider1 .e1 {
        padding-top: 28px;
        font-size: 20px;
    }

    .home-banner-slider1 .e2 {
        font-size: 24px;
    }

    .home-banner-slider1 .e3 {
        font-size: 16px;
    }

    .home-banner-slider1 .e4 {
        font-size: 14px;
        padding: 0 10%;
    }

    .home-banner-slider1 .e5 {
        padding-top: 14px;
    }

    .home-banner-slider2 .e1 {
        padding-top: 50px;
        font-size: 20px;
    }

    .home-banner-slider2 .e2 {
        font-size: 24px;
    }

    .home-banner-slider2 .e3 {
        font-size: 16px;
    }

    .home-banner-slider2 .e4 {
        font-size: 14px;
        padding: 0 10%;
    }

    .home-banner-slider2 .e5 {
        padding-top: 14px;
    }

    .home-banner-slider3 .e1 {
        padding-top: 50px;
        font-size: 20px;
    }

    .home-banner-slider3 .e2 {
        font-size: 24px;
    }

    .home-banner-slider3 .e3 {
        font-size: 16px;
    }

    .home-banner-slider3 .e4 {
        font-size: 14px;
        padding: 0 10%;
    }

    .home-banner-slider3 .e5 {
        padding-top: 14px;
    }
}

/* case */
.home-case .swiper-pagination-bullets {
    bottom: 20px;
}

.home-case .case-special-item {
    color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 60px;
}

.home-case .case-special-item .description {
    color: #bfbfbf;
    margin-bottom: 50px;
}

.home-case .case-special-item a.btn-red {
    background-color: #979797;
    color: #000;
}

.home-case .case-special-item .media-top {
    margin: 0 auto 5px;
}

.home-case .case-special-item a.btn-red:hover,
.home-case .case-special-item a.btn-red:focus {
    background-color: #ff7e00;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .home-case .case-special-item {
        padding-top: 5px;
    }

    .home-case .case-special-item .description {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 150%;
        text-align: justify
    }

    .home-case .case-special-item p:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    .home-case .case-special-item img {
		/*width: 35%;*/
		width: 65%;
    }

}

/* team */
.home-team .swiper-pagination-bullets {
    bottom: 20px;
}

.home-team .content-special-wrap {
    padding: 10px !important;
}

.home-team .team-special-item {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .home-team .team-special-item {
        padding-top: 10px;
    }
}

/* product */
.home-product .content-wrap {
    padding: 10px 10px 50px;
}

.home-product {
    color: #fff;
}

.home-product .text {
    padding: 10px 0 40px;
    font-size: 18px;
    line-height: 220%;
}

.home-product a.btn-red {
    background-color: #979797;
    color: #000;
}

.home-product a.btn-red:hover,
.home-product a.btn-red:focus {
    background-color: #ff7e00;
    color: #fff;
}

.home-product .item-list {
    margin-bottom: 50px;
    padding: 0 10px;
}

.home-product .item-list h2 {
    font-size: 24px;
}

.home-product .item-list p {
    font-size: 18px;
}

.home-product .item-list > div {
    color: #fff;
    transition: 400ms;
}

.home-product .item-list > div:hover {
    color: #ff7e00;
}

.home-product .item-list-img {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
    vertical-align: middle;
}

.home-product .item-list-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: 400ms;
}

.home-product .item-list > div:hover .item-list-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 992px) {
    .home-product .text {
        padding: 0 10px 28px;
        font-size: 17px;
        line-height: 160%;

    }

    .home-product .item-list {
        margin-bottom: 30px;
    }

    .home-product .item-list h2 {
        font-size: 18px;
    }

    .home-product .item-list p {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

/* history */
.home-history {
    position: relative;
    padding-bottom: 40px;
}

.home-history .swiper-pagination-bullets {
    bottom: 40px;
}

.home-history .content-wrap {
    padding: 0 10px 40px;
}

.home-history a.btn-red {
    background-color: #000;
    color: #fff;
}

.history-horizontal {
    position: relative;
    margin-top: 30px;
}

.history-horizontal:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 10px;
    left: 10px;
    width: 100%;
    height: 2px;
    background-color: #d8d8d8;
}

.history-horizontal .swiper-slide {
    position: relative;
    width: 33%;
    padding: 0 20px;
}

.history-horizontal .swiper-slide s {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d8d8d8;
    transform: translateX(25px);
}

.history-horizontal .swiper-slide s:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #d0021b;
}

.history-horizontal-item {
    width: 100%;
}

.history-horizontal-item h3 {
    position: relative;
    margin: 0;
    padding: 75px 0 5px;
    font-size: 40px;
    color: #4a4a4a;
    font-style: italic;
    text-align: center;
}

.history-horizontal-item p {
    min-height: 200px;
    padding: 15px 10px;
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
}

.history-horizontal-img {
    min-height: 146px;
    padding: 5px;
    background-color: #f2f2f2;
    text-align: center;
}

.history-horizontal-img img {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

@media screen and (max-width: 992px) {
    .history-horizontal {
        margin-top: 0;
    }

    .history-horizontal .swiper-slide {
        width: 50%;
    }

    .history-horizontal:before {
        left: 0;
        right: 0;
    }

    .home-history .swiper-button-prev,
    .home-history .swiper-button-next {
        background-color: transparent;
    }

    .home-history .swiper-button-prev:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 72px;
        height: 72px;
        margin-top: -36px;
        z-index: 10;
        cursor: pointer;
        border-radius: 50%;
        -moz-background-size: 15px 24px;
        -webkit-background-size: 15px 24px;
        background-size: 15px 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .home-history .swiper-button-next:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 72px;
        height: 72px;
        margin-top: -36px;
        z-index: 10;
        cursor: pointer;
        border-radius: 50%;
        -moz-background-size: 15px 24px;
        -webkit-background-size: 15px 24px;
        background-size: 15px 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }
}

@media screen and (max-width: 768px) {
    .home-history .content-wrap {
        padding-bottom: 15px;
    }

    .history-horizontal .swiper-slide {
        width: 100%;
    }

    .history-horizontal-item p {
        min-height: 150px;
        font-size: 17px;
        line-height: 150%;
    }

    .history-horizontal-item h3 {
        padding: 65px 0 5px;
        font-size: 34px;
        font-weight: bold;

    }
}

/* news //////////////////////////////////////////// */

/* news-special */
.news-special {
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
}

.news-special .media-left {
    padding-right: 30px;
}

.news-special-item {
    padding: 20px 0;
}

.news-special-item h3 {
    margin-top: 0;
    font-size: 24px;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.news-special-item h3 img {
    margin-left: 5px;
    vertical-align: middle;
}

.news-special-item h3 span {
    line-height: 22px;
}

.news-special-item p {
    color: #666;
    margin-bottom: 5px;
    font-size: 16px;
}

.news-special-item .source {
    color: #1e1e1e;
    padding: 5px 0;
}

.news-special-item .link {
    text-align: right;
}

.news-special-item .link a {
    color: #666;
    text-decoration: underline;
}

.news-special-item .link a:hover {
    color: #ff7e00;
}

.news-special-item .media-top {
    margin: 0 auto 20px;
    text-align: center;
}

/* news-list */
.news-list li {
    padding: 34px 0;
    border-bottom: 1px solid #ccc;
}

.news-list .list-unstyled li {
    position: relative;
    top: 0;
    transition: 400ms;

    padding-right: 10px;
    padding-left: 10px;
}

.news-list .list-unstyled li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    top: -5px;
}

.news-item h3 {
    margin-top: 0;
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 8px;
}

.news-item h3 span {
    float: right;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
}

.news-item h3 img {
    margin-left: 5px;
    vertical-align: middle;
}

.news-item p {
    color: #666;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 180%;
}

.news-item .source {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-item .download {
    margin-bottom: 0;
    text-align: right;
}

.news-item .link {
    margin-bottom: 0;
    text-align: right;
}

.news-item .link a {
    color: #666;
    text-decoration: underline;
}

.news-item .link a:hover {
    color: #ff7e00;
}

.news-item .media-left {
    padding-right: 35px;
}

.news-item .media-top {
    margin: 0 auto 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .news-special-item p {
        font-size: 17px;
        line-height: 160%;
    }

    .news-special-item h3,
    .case-list-black h3 {
        text-align: center;
        font-size: 17px;
    }

    .news-special-item .source,
    .news-list .source {
        text-align: center;
        font-size: 14px;
    }

    .news-list .news-item .media-top img {
        border: 1px solid #c3c3c3;
    }

    .news-list li {
        border-bottom: 1px solid #ccc;
    }

    .news-list .list-unstyled li {
        padding-right: 0;
        padding-left: 0;
    }

    .news-list .list-unstyled li:hover {
        box-shadow: none;
        top: 0;
    }

    .news-special-item .source .pull-right {
        float: none !important;
    }

    .case-list-black .media-top {
        margin-bottom: 20px;
    }

    .case-list-black .news-item p {
        font-size: 16px;
        line-height: 150%;
    }

    .case-list-black .news-item p.source {
        font-size: 14px;
    }

}

/* news-article */
.news-article {
}

.news-article-title {
    padding: 50px 0 30px 0;
    margin: 0;
    font-size: 28px;
    text-align: center;
}

.news-article-info {
    text-align: center;
    font-size: 16px;
    color: #888;
    margin-bottom: 50px;
}

.news-article-text {
    margin-bottom: 20px;
}

.news-article-text p {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.news-article-text img {
    display: block;
    margin: 0 auto;
}

.news-article-navigate {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    color: #9b9b9b;
    font-size: 16px;
}

.news-article-navigate p {
    width: 49%;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-article-navigate p:last-child {
    text-align: right;
}

.news-article-navigate a {
    color: #9b9b9b;
}

.news-article-navigate a:hover {
    color: #ff7e00;
}

@media screen and (max-width: 992px) {
    .news-article-navigate .pull-left,
    .news-article-navigate .pull-right {
        float: none !important;
    }

    .news-article-navigate p {
        width: 100%;
    }

    .news-article-navigate p:last-child {
        text-align: left;
        margin-top: 15px;
    }

    .news-article-title {
        font-size: 20px;
        line-height: 180%
    }

    .news-article-text p {
        font-size: 17px;
        line-height: 160%;
    }
}

/* classroom //////////////////////////////////////////// */

/* video-list */
.classroom-video-list {
}

.classroom-video-list > li,
.classroom-video-list .swiper-slide {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.classroom-video-list > li {
    float: left;
    width: 25%;
}

.classroom-video-list-img {
    position: relative;
    margin: 0 auto;
}

.classroom-video-list-img:before,
.classroom-video-list-img:after {
    content: '';
    position: absolute;
}

.classroom-video-list-img:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, .35);
}

.classroom-video-list-img:after {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border: 20px solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .6);
    -webkit-transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    -o-transform: scaleY(.8);
    transform: scaleY(.8);
}

.classroom-video-list-text {
    margin: 10px 0;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
}

/* books-list */
.classroom-books-list {
    margin-bottom: 0;
}

.classroom-books-list li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    color: #1e1e1e;
}

.classroom-books-list h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.classroom-books-list .media-left img {
    width: 138px;
}

.classroom-books-list p {
    margin-bottom: 5px;
}

.classroom-books-list .fs-large {
    font-size: 14px;
}

.classroom-books-list .description {
    margin-bottom: 10px;
    color: #333;
    height: 54px;
    overflow: hidden;
}

.classroom-books-list .media-left {
    padding-right: 30px;
}

.classroom-books-list .media-body {
    padding-right: 10px
}

a.btn-download {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #d4d4d4;
    background-color: #f2f2f2;
    color: #1e1e1e;
    font-size: 12px;
}

a.btn-download:hover {
    color: #1e1e1e;
    text-decoration: none;
}

a.btn-download img {
    vertical-align: -2px;
}

@media screen and (max-width: 992px) {
    .classroom-video-list > li {
        width: 33.33%
    }

    .classroom-books-list li {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .classroom-video-list > li {
        width: 50%
    }

    .classroom-video-list-img {
        width: 80% !important;
    }
}

@media screen and (max-width: 480px) {
    .classroom-video-list > li {
        width: 49%
    }

    .classroom-video-list-img {
        width: 100% !important;
    }
}

/* about //////////////////////////////////////////// */

/* team */

/* team-special */
.team-special .content-special-wrap {
    padding: 50px 0;
    color: #4a4a4a;
}

.team-special-list-bg {
    position: relative;
}

.team-special-list-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background-color: #4a4a4a;
}

.team-special .media-left {
    padding-right: 50px;
}

.team-special-item h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
}

.team-special-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.team-special-item .description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 160%;
}

.team-special-item a {
    display: inline-block;
    padding: 8px 30px;
    color: #000;
    background-color: rgba(255, 255, 255, .7);
    font-size: 16px;
    text-align: center;

    transition: 400ms;
}

.team-special-item a:hover,
.team-special-item a:focus {
    color: #fff;
    background-color: #ff7e00;
    text-decoration: none;

    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team-special-item .dotline {
    margin: 20px 0 15px;
    border-bottom: 1px solid #d0021b;
}

.team-special-item .media-top {
    margin: 0 auto 20px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .team-special .content-special-wrap {
        padding: 20px;
        text-align: center;
    }

    .team-special .tt-swiper .swiper-button-next,
    .team-special .tt-swiper .swiper-button-prev {
        top: 35%;
    }

    .team-special-item h2 {
        font-size: 24px;
    }

    .team-special-item h3 {
        font-size: 16px;
    }

    .team-special-item .description {
        text-align: left;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .team-special-item .description {
        font-size: 17px;
    }

    .team-special-item a {
        margin-top: 15px;
        font-size: 14px;
    }
}

/* team-list */
.team-list-item-img {
    margin: 0 2px;
}

.team-list-item-name {
    margin: 0 2px;
    padding: 10px;
    height: 70px;
    text-align: center;
}

.team-list-item-name h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.team-list-item-name h3 {
    margin: 0 0 10px;
    font-size: 14px;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide .team-list-item-name {
    background-color: #252727;
    color: #fff;
}

.gallery-thumbs .gallery-thumbs-nav .team-list-item-name {
    background-color: #ff7e00;
}

.gallery-thumbs.tt-swiper .swiper-button-prev,
.gallery-thumbs.tt-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 0;
    top: auto;
    bottom: 10px;
    cursor: pointer;
}

.gallery-thumbs.tt-swiper .swiper-button-next {
    right: -55px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-color: transparent !important;
}

.gallery-thumbs.tt-swiper .swiper-button-prev {
    left: -55px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-color: transparent !important;
}

.gallery-thumbs.tt-swiper .swiper-pagination-bullets {
    top: auto;
    bottom: -40px;
    left: 0;
    width: 100%;
}

.gallery-thumbs.tt-swiper .swiper-button-next:hover,
.gallery-thumbs.tt-swiper .swiper-button-prev:hover {
    background-color: transparent !important;
}

.gallery-thumbs-page-nav {
    height: 56px;
    background-color: #f2f2f2;
}

@media screen and (max-width: 992px) {
    .gallery-thumbs .swiper-slide {
        width: 50%;
    }

    .team-special-list-bg:after {
        height: 70px;
    }

    .team-list-item-name {
        height: 70px;
        overflow: hidden;
    }

    .team-list-item-name h2 {
        font-size: 16px;
    }

    .team-list-item-name h3 {
        font-size: 14px;
    }

    .gallery-thumbs.tt-swiper .swiper-button-prev,
    .gallery-thumbs.tt-swiper .swiper-button-next {
        bottom: -53px;
    }

    .gallery-thumbs.tt-swiper .swiper-button-next {
        right: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .gallery-thumbs.tt-swiper .swiper-button-prev {
        left: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

}

/* team-detail-special */
.team-detail-special .content-special-wrap {
    padding: 50px 0;
    color: #4a4a4a;
}

.team-detail-special .media-left {
    padding-right: 50px;
}

.team-detail-special-item h2 {
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 36px;
    border-bottom: 1px solid #d0021b;
}

.team-detail-special-item .subtitle {
    margin-bottom: 20px;
    font-size: 18px;
}

.team-detail-special-item .subtitle p {
    margin-bottom: 0;
}

.team-detail-special-item .description {
    font-size: 16px;
}

.team-detail-special-item .media-top {
    margin: 0 auto 20px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .team-detail-special .content-special-wrap {
        padding: 20px;
    }

    .team-detail-special-item h2 {
        position: relative;
        left: 50%;
        text-align: center;
        font-size: 24px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .team-detail-special-item .subtitle {
        text-align: center;
        font-size: 18px;
    }

    .team-detail-special-item .description {
        margin-bottom: 0;
    }
}

/* team-detail-list */
.team-detail-list {
    padding-top: 20px;
    margin: 0 -10px 30px;
}

.team-detail-list-item {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    border-bottom: 2px solid #ff7e00;
    background-color: rgba(0, 0, 0, .7);
}

.team-detail-list a:hover .team-detail-list-item {
    display: block;
}

.team-detail-list-item h4 {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.team-detail-list-item p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 0;
    margin: 0;
    text-align: right;
    font-size: 14px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 33.33%;
}

.grid-item {
    position: relative;
    float: left;
    height: 200px;
}

.grid-item--height2 {
    height: 240px;
}

.grid-item a {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .team-detail-list-item {
        display: block;
        position: absolute;
        top: auto;
    }

    .team-detail-list-item h4 {
        font-size: 14px;
    }

    .team-detail-list-item p {
        position: static;
        right: 0;
        bottom: 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

/* founder */

/* founder-special */
.founder-special {
    background-color: #efefef;
}

.founder-special .media-left {
    padding-right: 100px;
}

.founder-special-item {
    padding: 20px 0;
}

.founder-special-item .media-body p {
    color: #4a4a4a;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
    line-height: 190%;
}

.founder-special-item .media-top {
    margin: 0 auto 20px;
    text-align: center;
}

.founder-special-item .media-top img {
    display: block;
    margin: 0 auto;
}

.founder-special-item h3 {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff7e00;
}

.founder-special-item .media-top p,
.founder-special-item .media-left p {
    font-size: 18px;
}

.founder-special.layout-right .media-right {
    padding-left: 100px;
}

.founder-special.layout-right .media-body p {
    color: #bfbfbf;
}

.founder-special.layout-right .founder-special-item h3 {
    font-size: 30px;
    color: #f2f2f2;
    padding-bottom: 15px;
    border-bottom: none;
    margin: 0;
}

.haibao {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .founder-special.layout-right .founder-special-item h3 {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .founder-special-item h3 {
        font-size: 24px;
    }

    .founder-special-item .media-body p {
        font-size: 17px;
        line-height: 180%;
    }

    .founder-special.layout-right .founder-special-item h3 {
        font-size: 24px;
    }

    .haibao {
        width: 100%;
    }
}

/* founder-mark */
.founder-mark-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.founder-mark-text a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 10px 50px;
    margin-top: 20px;
    background-color: #1e1e1e;
}

.founder-mark-text a:hover {
    text-decoration: none;
}

.founder-mark-reports {
    margin-bottom: 0;
}

.founder-mark-reports li {
    position: relative;
    padding: 5px 20px;
    font-size: 18px;
    line-height: 2;
}

.founder-mark-reports li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #dbdbdb;
    overflow: hidden;
}

.founder-mark-gallery {

}

.video_list_pc {
}

.video_list_m {
    display: none;
}

@media screen and (max-width: 768px) {
    .founder-mark-text p {
        font-size: 17px;
    }

    .video_list_pc {
        display: none;
    }

    .video_list_m {
        display: inline-block;
    }
}

/* china */
.china-special {
    background: url("../images/bg_china.jpg")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_china.jpg*/ repeat-x center center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.china-special-img {

}

.china-detail {
    margin-bottom: 0;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 200%;
}

.china-detail > li {
    padding: 35px 0;
    border-bottom: 3px solid #dbdbdb;
}

.china-detail > li:last-child {
    border-bottom: none;
}

.china-detail h2 {
    margin: 20px 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .china-detail h2 {
        margin: 15px 0;
        font-size: 20px;
    }

    .china-detail > li {
        padding: 15px 0;
    }

    .china-detail {
        font-size: 17px;
        line-height: 160%;
    }
}

/* history */
.history {
    position: relative;
    margin: 30px 120px 0;
}

.history:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 24px;
    bottom: 0;
    width: 2px;
    background-color: #d8d8d8;
}

.history li {
    position: relative;
    width: 100%;
    z-index: 10;
}

.history li s {
    position: absolute;
    top: 5px;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.history li s:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #d0021b;
}

.history-item {
    position: relative;
    margin-left: 190px;
    background-color: #eaeaea;
    margin-bottom: 40px;
}

.history-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 0;
    height: 0;
    border: 30px solid;
    border-color: transparent #eaeaea transparent transparent;
    -webkit-transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
}

.history-item-title {
    float: left;
    width: 20%;
    text-align: center;
}

.history-item-title h3 {
    display: inline-block;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #979797;
    font-size: 40px;
    color: #d0021b;
    font-style: italic;
    font-weight: 700;
}

.history-item-text {
    float: right;
    width: 80%;
    background-color: #f2f2f2;
}

.history-item-text p {
    padding: 15px 30px 0;
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    text-align: justify;
}

.history-item-img {
    padding: 15px;
    text-align: center;
}

.history-item-img img {
    width: 100%;
    padding: 10px 15px;
}

@media screen and (max-width: 992px) {
    .history {
        position: relative;
        margin: 30px 0 0;
    }

    .history:after {
        left: 9px;
    }

    .history li s {
        width: 20px;
        height: 20px;
    }

    .history li s:before {
        margin: -5px 0 0 -5px;
        width: 10px;
        height: 10px;
    }

    .history-item {
        margin-left: 40px;
    }

    .history-item:before {
        top: 0;
        left: -30px;
        border: 15px solid;
        border-color: transparent #eaeaea transparent transparent;
    }

    .history-item-title h3 {
        font-size: 18px;
    }

    .history-item-text {
        background-color: #f2f2f2;
    }

    .history-item-text p {
        padding: 10px 15px 0;
        font-size: 15px;
    }

    .history-item-img {
        padding: 10px;
    }

    .history-item-img img {
        width: 45%;
        padding: 5px;
    }
}

/* jobs */
.jobs {
    color: #444;
    font-size: 18px;
}

.job-fenlei { width: 100%; margin: 40px 0 0 0; padding:15px 20px;  font-size: 20px; background: #f0f0f0; line-height: 2; }

.jobs h2 {
    margin: 20px 0 0 0;
	padding: 10px;
    font-size: 26px;
	font-weight: bold;
    color: #111;
    line-height: 1.5;
	background: #ddd;
}

.jobs h2 span {
	font-size: 18px;
	color: #555;
	font-weight: normal;	
}

.jobs h3 {
    margin: 20px 0 10px 0;
	font-weight: bold;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.5;
}

.jobs h3 span {
    display: inline-block;
    vertical-align: 3px;
    margin-right: 10px;
    line-height: 1;
}

.jobs h3 strong {
    font-size: 18px;
}

.jobs p.title {
    margin-bottom: 15px;
    padding: 15px 0;
    border-bottom: 3px solid #d8d8d8;
}

.jobs ol {
    margin-bottom: 20px;
}

.jobs li {
    line-height: 2;
}

.jobs .btn-red {
    display: block;
}

@media screen and (max-width: 768px) {
    .jobs {
        font-size: 17px;
        line-height: 1.5;
    }
	
	.job-fenlei { line-height: 1.6; font-size:18px; padding: 10px; }

    .jobs h2 {
        margin: 0;
        font-size: 20px;
    }

    .jobs li {
        line-height: 1.6;
    }

    .jobs .btn-red {
        font-size: 16px;
    }
}

/* contact */

/*** 20180301 调整表单 ***/

.contact-title { font-size: 22px; color: #4a4a4a; margin: 15px 0 0 0; }
.contact-mail { list-style:none; list-style-position: inside; padding: 0; }
.contact-mail li { list-style:none; list-style-position: inside; width: 49.5%; margin: 18px 0 0 0px; line-height: 2.5; clear: none; float: left; font-size: 22px; text-align: center; color: #4a4a4a;}
.contact-mail li span { font-size:24px; }
.contact-jiange { padding: 40px 0 170px 0; }

/*** 20180301 调整表单 ***/

#dituContent * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
}

#dituContent .iw_poi_title {
    font-size: 16px;
    color: #ff7e00;
}

#dituContent .BMapLabel {
    background-color: #ff7e00 !important;
    border: none !important;
    display: block;
    max-width: inherit;
    color: #fff !important;
    padding: 5px 10px !important;
    left: -65px !important;
    top: -30px !important;
}

#dituContent .BMapLabel:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    margin-left: -2px;
    border: 4px solid;
    border-color: #ff7e00 transparent transparent transparent;
    overflow: hidden;
}

.contact-special-text {
    position: relative;
    width: 550px;
    min-height: 349px;
    margin-top: -350px;
    padding: 20px;
    background-color: #333;
    font-size: 16px;
    color: #fff;
}

.contact-special-text p:first-child {
    padding-top: 45px;
}

.contact .contact-special-text {
    width: auto;
    max-width: 100%;
    min-height: inherit;
    margin-top: 0;
    background-color: #f2f2f2;
    color: #4a4a4a;
}

.contact .contact-special-text p:first-child {
    padding-top: 0;
}

.contact-special-text p:last-child {
    margin-bottom: 0;
}

.contact-panel > h2 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #4a4a4a;
    padding: 20px 0;
    border-bottom: 3px solid #d8d8d8;
    line-height: 1.5;
}

.contact-panel > p {
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 30px;
}

.contact-panel .form-group {
    margin-bottom: 30px;
}

.contact-panel .control-label {
    font-weight: 400;
    color: #4a4a4a;
    font-size: 16px !important;
}

.contact-panel .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.contact-panel .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-red {
    display: inline-block;
    padding: 8px 30px;
    background-color: #ff7e00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: 400ms;
	 /* 新增两行 */
    -webkit-appearance: none;
    border: none;
}

a.btn-red:hover,
a.btn-red:focus {
    color: #fff;
    background-color: #ff7e00;
    text-decoration: none;

    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-success {
    padding: 40px 0;
    text-align: center;
}

.contact-success .media {
    display: inline-block;
    margin-bottom: 40px;
}

.contact-success .media-body {
    width: auto;
    text-align: left;
}

.contact-success .media-left {
    padding-right: 30px;
}

.contact-success .media h3 {
    font-size: 30px;
}

.contact-success .media p {
    font-size: 26px;
}

.contact-success > p {
    text-align: center;
    font-size: 16px;
}

.contact-success > p a {
    text-decoration: underline;
}


/*** 20180301 调整表单 ***/

.contact-panel .form-yiban {
	clear: none;
	float: left;
	width: 49.5%
}
.contact-panel .form-yiban label { width: 30%; }
.contact-panel .form-yiban .col-md-9 { width: 70%; height: 67px; }
.contact-panel .form-yiban2 label { width: 14.5%; }
.contact-panel .form-yiban2 .col-md-9 { width: 79.3%; }
.form-group .text-r { text-align: right; padding-right: 7.5%; }

@media screen and (max-width: 768px) {
	.form-horizontal .form-group { margin-left: 0; }
	.contact-panel .form-yiban { width: 100%; }
	.contact-panel .form-yiban label { width: 50%; }
	.contact-panel .form-yiban .col-md-9 { width: 100%; height:auto; margin-right: 0;  }
	.contact-panel .form-yiban2 label { width: 50%; }
	.contact-panel .form-yiban2 .col-md-9 { width: 100%; }
	.form-group .text-r { text-align: center;  }	
}

/*** 20180301 调整表单 ***/

@media screen and (max-width: 992px) {
    .contact-success .media-body {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .contact .contact-special-text {
        margin-top: 10px;
        font-size: 16px;
    }

    .contact-panel > h2 {
        font-size: 20px;
        margin: 20px 0 5px;
    }
	
	.contact-title { font-size:18px; }
	
	
	.contact-jiange { margin: 0 0 170px 0; }

	.contact-mail li {
	    clear: both;
		width: 100%; margin: 10px 0 5px 0;
	}
}

/* case //////////////////////////////////////////// */

/* case-special */
.case-special .media-left {
    padding-right: 30px;
}

.case-special-item {
    padding: 50px 100px 20px;
}

.case-special-item h3 {
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 25px;
    border-bottom: 1px solid #ff7e00;
    letter-spacing: 4px;
    text-align: justify;
}

.case-special-item .subtitle {
    margin-bottom: 10px;
    font-size: 26px;
}

.case-special-item .description {
    color: #4a4a4a;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 190%;
}

.case-special-item .media-top {
    margin: 0 auto 20px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .case-special-item {
        padding: 10px 20px;
    }

    .case-special-item h3 {
        position: relative;
        left: 50%;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: 10px;
    }

    .case-special-item .subtitle {
        text-align: center;
        font-size: 18px;
    }

    .case-special-item .description {
        margin-bottom: 0;
        font-size: 17px;
        line-height: 160%;
    }
}

/* case-detail-text */
.case-detail-text {
    position: relative;
    height: 450px;
    padding: 20px 0;
    overflow: hidden;
}

.case-detail-text .mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 150px;
    background-image: linear-gradient(0deg, #f2f2f2 40%, rgba(242, 242, 242, 0));
    overflow: hidden;
}

.case-detail-text.height-auto {
    height: auto;
}

.case-detail-text.height-auto .mask {
    display: none;
}

.case-detail-text p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.bg-col-02 .news-list {
    padding-bottom: 20px;
}

.bg-col-02 .news-item h3,
.bg-col-02 .news-item h3 span {
    color: #fff !important;
}

.bg-col-02 .news-item .link a {
    color: #fff;
}

/* case-list */
.case-list-special .content-special-wrap {
    padding: 10px 100px;
}

.case-gallery .swiper-slide {
    padding: 50px 0;
    width: 33.33%;
}

.case-gallery .swiper-button-prev {
    width: 33.33%;
    height: 100%;
    left: 0 !important;
    top: 0;
    margin-top: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

    background: -webkit-linear-gradient(left, #000, #fff);
    background: linear-gradient(to right, #000, #fff);
    opacity: .6;
    filter: alpha(opacity=60);
}

.case-gallery .swiper-button-next {
    width: 33.33%;
    height: 100%;
    right: 0 !important;
    top: 0;
    margin-top: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

    background: -webkit-linear-gradient(right, #000, #fff);
    background: linear-gradient(to left, #000, #fff);
    opacity: .6;
    filter: alpha(opacity=60);
}

.case-gallery .swiper-slide-next,
.case-gallery .swiper-slide-prev {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}

.case-gallery .swiper-slide {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.case-gallery .swiper-slide-next {
    transform: scale(.8);
}

.case-gallery .swiper-slide-prev {
    transform: scale(.8);
}

.case-gallery .swiper-slide-active, .case-gallery .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case-gallery .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

@media screen and (max-width: 1440px) {
    .case-gallery.tt-swiper .swiper-button-prev,
    .case-gallery.tt-swiper .swiper-button-next {
        width: 33.33%;
        height: 100%;
        margin-top: 0;
    }

    .case-gallery.tt-swiper .swiper-button-prev {
        left: 0;
    }

    .case-gallery.tt-swiper .swiper-button-next {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .case-gallery .swiper-slide {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .case-gallery .swiper-slide-active, .case-gallery .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .case-gallery .swiper-slide-next {
        transform: scale(.9) translateX(0);
    }

    .case-gallery .swiper-slide-prev {
        transform: scale(.9) translateX(0);
    }

    .case-gallery.tt-swiper .swiper-button-prev:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 72px;
        height: 72px;
        margin-top: -36px;
        z-index: 10;
        cursor: pointer;
        border-radius: 50%;
        -moz-background-size: 15px 24px;
        -webkit-background-size: 15px 24px;
        background-size: 15px 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .case-gallery.tt-swiper .swiper-button-next:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 72px;
        height: 72px;
        margin-top: -36px;
        z-index: 10;
        cursor: pointer;
        border-radius: 50%;
        -moz-background-size: 15px 24px;
        -webkit-background-size: 15px 24px;
        background-size: 15px 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }
}

.case-list .swiper-slide {
    padding: 50px 100px;
    text-align: center;
}

.case-list h3 {
    position: relative;
    display: inline-block;
    /*left: 50%;*/
    /*float: left;*/
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 45px;
    border-bottom: 1px solid #d0021b;
    /*-webkit-transform: translate(-50%, 0);*/
    /*-moz-transform: translate(-50%, 0);*/
    /*-ms-transform: translate(-50%, 0);*/
    /*-o-transform: translate(-50%, 0);*/
    /*transform: translate(-50%, 0);*/
}

.case-list h3 a:hover,
.case-list h3 a:focus {
    text-decoration: none;
}

.case-list .subtitle {
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
}

.case-list .description {
    color: #4a4a4a;
    font-size: 18px;
    text-align: center;
    line-height: 180%;
}

.case-list .btn-red {
    margin-top: 40px;
}

.case-list-black .news-item p {
    color: #9c9c9c;
}

@media screen and (max-width: 992px) {
    .case-list-special .content-special-wrap {
        padding: 20px 0;
    }

    .case-gallery .swiper-slide {
        padding: 20px;
    }

    .case-list .swiper-slide {
        padding: 20px 20px 10px;
    }

    .case-gallery .swiper-slide img {
        width: 90% !important;
    }

    .case-list h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .case-list .subtitle {
        text-align: center;
        font-size: 18px;
    }

    .case-list .description {
        margin-bottom: 0;
        font-size: 17px;
        line-height: 160%;
    }
}

/* product //////////////////////////////////////////// */

.product-special {
    color: #fff;
    background: url("../images/bg_product.jpg")/*tpa=http://www.trout.com.cn/template/trout/skin/images/bg_product.jpg*/ no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.product-special-wrap {
    position: relative;
    min-height: 440px;
}

@media screen and (max-width: 768px) {
    .product-special-wrap {
    min-height: 550px;
    }
}

.product-special-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-special-text h1 {
    margin: 0 0 50px;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .product-special-text h1 {
        font-size: 28px;
    }
}

.product-special-text p {
    font-size: 18px;
	text-align: left;
}

@media screen and (max-width: 768px) {
    .product-special-text p {
        font-size: 17px;
		text-align: left;
		padding: 0 15px;
    }
}

.product-detail {
    margin: 0 -10px 0 -10px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 200%;
}

.product-detail > li {
    padding: 30px 0 20px;
    border-bottom: 3px solid #dbdbdb;
}

.product-detail > li:last-child {
    border-bottom: none;
}

.product-detail > li > ul {
    margin: 20px 0;
}

.product-detail h2 {
    margin: 20px 0 40px;
    font-size: 28px;
    color: #333;
}

.product-detail h2 img {
    margin-right: 20px;
    vertical-align: middle;
}

.product-detail h2 span {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}

@media screen and (max-width: 1440px) {
    .product-detail {
        margin: 0;
    }

    .product-detail h2 {
        margin: 20px 0 20px;
        font-size: 24px;
    }

    .product-detail {
        font-size: 17px;
        line-height: 160%;
    }
}

/* pagination //////////////////////////////////////////// */

.pagination-cs {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
}

.pagination-cs > li {
    display: inline;
}

.pagination-cs > li > a,
.pagination-cs > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.pagination-cs > li > a:hover,
.pagination-cs > li > span:hover,
.pagination-cs > .active > a,
.pagination-cs > .active > span,
.pagination-cs > .active > a:hover,
.pagination-cs > .active > span:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

/* footer //////////////////////////////////////////// */

.footer-nav {
    padding: 20px 0;
    color: #979797;
    background-color: #333;
    font-size: 14px;
}

.footer-nav ul {
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 20px;
}

.footer-nav a {
    display: block;
    padding: 5px 10px;
    color: #9b9b9b;
}

.footer-nav .wechat {
    padding: 15px 10px;
    text-align: center;
}

.footer-nav .wechat img {
    padding-bottom: 5px;
}

.main-footer {
    line-height: 2;
    padding: 15px 0;
    text-align: center;
    background-color: #000;
    color: #979797;
}

.main-footer a {
    color: #979797;
}

.main-footer p {
    padding: 0 10px;
    margin-bottom: 0;
}

.main-footer p > span {
    display: inline-block;
    padding: 0 5px;
}

.main-footer img {
    padding-bottom: 10px;
}

/* tt-swiper ///////////////////////////////////////////// */

.tt-swiper {
    position: relative;
}

.tt-swiper .swiper-button-prev {
    left: -82px;
}

.tt-swiper .swiper-button-next {
    right: -82px;
}

.tt-swiper .swiper-pagination-bullets {
    top: -80px;
    right: 0;
}

.tt-swiper .swiper-pagination-bullet {
    margin-left: 8px;
}

@media screen and (max-width: 1440px) {
    .tt-swiper .swiper-button-prev {
        left: -50px;
    }

    .tt-swiper .swiper-button-next {
        right: -50px;
    }
}

@media screen and (max-width: 992px) {
    .tt-swiper .swiper-button-prev {
        left: -15px;
    }

    .tt-swiper .swiper-button-next {
        right: -15px;
    }
}

/* media ///////////////////////////////////////////// */

@media screen and (min-width: 375px) {

}

@media screen and (min-width: 414px) {

}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 640px) {

}